home *** CD-ROM | disk | FTP | other *** search
- # include "EiffelScan.h"
-
- # if defined __STDC__ | defined __cplusplus
- # define ARGS(parameters) parameters
- # else
- # define ARGS(parameters) ()
- # endif
-
- /* line 2 "eiffel_mey.ell" */
-
- #include "Idents.h"
- #include "Tree.h"
-
- typedef union {
- EiffelScan_tScanAttribute Scan;
- tTree Tree;
- } ParserMEY_tParsAttribute;
-
- extern char comment_possible, collect_comment;
- extern tStringRef no_comment, comment_ref;
-
-
- extern ParserMEY_tParsAttribute ParserMEY_ParsAttribute;
- extern char * ParserMEY_TokenName [];
-
- extern int ParserMEY ();
- extern void CloseParserMEY ();
-